home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / MailEnclosure / Source.v0.15 / README.txt < prev    next >
Text File  |  1995-06-12  |  1KB  |  42 lines

  1. MailEnclusure was designed to allow me to ship files around the net. I don't
  2. always deal with NEXTSTEP users and in particular I have friends using MIME and
  3. MSMail.  The goal of this app is not to replace Mail.app but to allow the user
  4. just to handle other types of mail enclosures.
  5.  
  6. Currently the app only generates other enclosure types but future revs should
  7. parse them as well.
  8.  
  9. Version 0.15:                        4/15/94
  10.     Modules are now dynamically loaded.
  11.     Various Preferences
  12.     Mail Files... Service menu entry.
  13.     FileShelfView now shows file names a la Workspace
  14.     Bug fixes
  15.  
  16. Note Worthy:
  17.     Directory/FileCollection
  18.     A directory management class - loads all files in a directory an
  19.     provides Borne type file matching to select subsets.
  20.  
  21.     ModuleMgr
  22.     A class to manage dynamically loaded modules. Enforces category
  23.     addherance. Searches path i.e. LocalLibrary:Library.
  24.  
  25. Version 0.05:                        3/25/94
  26.     Supports outgoing enclosures only.
  27.         Supports: ASCII, NeXTMail, Script, MIME,
  28.              MSMail.
  29.     Minimal Help.
  30.     No Preferences.
  31.     
  32. Note Worthy:
  33.     Info.subproj 
  34.     A nice, clean and useful info panel subproject. Has version
  35.     number and mail to maintainer support.
  36.  
  37.     StringStorage/Filename
  38.     Clean simple string class and filename category.
  39.  
  40.     FileViewShelf
  41.     Simple but nice implementation of a drag and drop file shelf.
  42.